ISession

interface ISession

An interaction session

Functions

Link copied to clipboard
abstract fun getCalledDisplayName(): String
Link copied to clipboard
abstract fun getCallId(): String
Link copied to clipboard
abstract fun getCallReference(): String
Link copied to clipboard
abstract fun getCallSubject(): String
Link copied to clipboard
abstract fun getCorrelatorData(): String
Link copied to clipboard
abstract fun getGlobalCallId(): String
Link copied to clipboard
abstract fun getHuntingGroupName(): String
Link copied to clipboard
abstract fun getLegId(): String
Link copied to clipboard
abstract fun getNumber(): String
Link copied to clipboard
abstract fun getOxeCustomInfo(): String
Link copied to clipboard
abstract fun getParticipants(): Array<IRainbowContact>
Link copied to clipboard
abstract fun getStartTime(): Long
Link copied to clipboard
abstract fun getState(): MediaState
Link copied to clipboard
abstract fun getTime(): Int
Link copied to clipboard
abstract fun getWebRTCCall(): WebRTCCall
Link copied to clipboard
abstract fun isConference(): Boolean
Link copied to clipboard
abstract fun isHeldByDistant(): Boolean
Link copied to clipboard
abstract fun mediaNeedsToBeAnswered(): Boolean